gtk4.git
17 years agoUpdated assamese translations
Amitakhya Phukan [Thu, 17 Jul 2008 06:26:57 +0000 (06:26 +0000)]
Updated assamese translations

svn path=/trunk/; revision=20855

17 years agoAdded Entry for addition of Pashto (ps) to ALL_LINGUAS in configure.in
Runa Bhattacharjee [Thu, 17 Jul 2008 05:56:22 +0000 (05:56 +0000)]
Added Entry for addition of Pashto (ps) to ALL_LINGUAS in configure.in

svn path=/trunk/; revision=20854

17 years agoAdded Pashto (ps) to ALL_LINGUAS
Runa Bhattacharjee [Thu, 17 Jul 2008 05:55:42 +0000 (05:55 +0000)]
Added Pashto (ps) to ALL_LINGUAS

svn path=/trunk/; revision=20853

17 years agoAdded Entry for addition of Pashto (ps) Translations by Zabeeh Khan
Runa Bhattacharjee [Thu, 17 Jul 2008 05:54:49 +0000 (05:54 +0000)]
Added Entry for addition of Pashto (ps) Translations by Zabeeh Khan

svn path=/trunk/; revision=20852

17 years agoAdded Entry for addition of Pashto (ps) Translations by Zabeeh Khan
Runa Bhattacharjee [Thu, 17 Jul 2008 05:54:28 +0000 (05:54 +0000)]
Added Entry for addition of Pashto (ps) Translations by Zabeeh Khan

svn path=/trunk/; revision=20851

17 years agoAdded Pashto Translations by Zabeeh Khan
Runa Bhattacharjee [Thu, 17 Jul 2008 05:53:21 +0000 (05:53 +0000)]
Added Pashto Translations by Zabeeh Khan

svn path=/trunk/; revision=20850

17 years agoAdded Pashto Translations by Zabeeh Khan
Runa Bhattacharjee [Thu, 17 Jul 2008 05:52:55 +0000 (05:52 +0000)]
Added Pashto Translations by Zabeeh Khan

svn path=/trunk/; revision=20849

17 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Wed, 16 Jul 2008 20:38:11 +0000 (20:38 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=20848

17 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Wed, 16 Jul 2008 20:37:53 +0000 (20:37 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=20847

17 years agoops, forgot a test in the last commit
Paolo Borelli [Wed, 16 Jul 2008 15:45:08 +0000 (15:45 +0000)]
ops, forgot a test in the last commit

svn path=/trunk/; revision=20846

17 years agoBug 447998 - GtkBuilder does not support building parts of the xml tree
Paolo Borelli [Wed, 16 Jul 2008 15:36:53 +0000 (15:36 +0000)]
Bug 447998 - GtkBuilder does not support building parts of the xml tree

2008-07-15  Paolo Borelli  <pborelli@katamail.com>

Bug 447998 - GtkBuilder does not support building parts of the xml tree

* gtk/gtkbuilder.c:
* gtk/gtkbuilder.h:
* gtk/gtkbuilderprivate.h:
* gtk/gtkbuilderparser.c:
* gtk/gtk.symbols:
Add two new functions that allow cherry picking and construct
objects from a ui description file or string.

* gtk/tests/builder.c: tests for the above.

svn path=/trunk/; revision=20845

17 years agofix up broken test (cellview has no "clicked" signal) case and plug a
Paolo Borelli [Wed, 16 Jul 2008 14:13:29 +0000 (14:13 +0000)]
fix up broken test (cellview has no "clicked" signal) case and plug a

2008-07-15  Paolo Borelli  <pborelli@katamail.com>

* gtk/tests/builder.c: fix up broken test (cellview has no "clicked"
signal) case and plug a couple of leaks.

svn path=/trunk/; revision=20844

17 years agoDon't free a GFile. Reported by Sebastien Bacher
Matthias Clasen [Wed, 16 Jul 2008 13:51:56 +0000 (13:51 +0000)]
Don't free a GFile. Reported by Sebastien Bacher

        * gtk/gtkfilesystem.c (_gtk_file_system_set_bookmark_label): Don't
        free a GFile. Reported by Sebastien Bacher

svn path=/trunk/; revision=20843

17 years agoupdated hebrew translation
Yair Hershkovitz [Wed, 16 Jul 2008 07:58:34 +0000 (07:58 +0000)]
updated hebrew translation

svn path=/trunk/; revision=20842

17 years agoupdated hebrew translation
Yair Hershkovitz [Wed, 16 Jul 2008 07:33:16 +0000 (07:33 +0000)]
updated hebrew translation

svn path=/trunk/; revision=20841

17 years agoUse gdk_pixbuf_copy_area() to copy between pixbufs. Reported by Andrey
Matthias Clasen [Tue, 15 Jul 2008 20:35:48 +0000 (20:35 +0000)]
Use gdk_pixbuf_copy_area() to copy between pixbufs. Reported by Andrey

        * gdk-pixbuf-utils.c (gdk_pixbuf_saturate_and_pixelate):
        Use gdk_pixbuf_copy_area() to copy between pixbufs.
        Reported by Andrey Tsyvarev

svn path=/trunk/; revision=20840

17 years ago Bug 339591 – Detect list of availible cover pages
Matthias Clasen [Tue, 15 Jul 2008 17:45:18 +0000 (17:45 +0000)]
    Bug 339591 – Detect list of availible cover pages

        Patch by Marek Kasik:
        * modules/printbackends/cups/gtkprintbackendcups.c: Get the list of
        available cover pages and the default front and back cover pages
        from the cups server.

svn path=/trunk/; revision=20839

17 years ago Bug 384940 – handle rejecting jobs and authentication meaningfully
Matthias Clasen [Tue, 15 Jul 2008 17:34:34 +0000 (17:34 +0000)]
    Bug 384940 – handle rejecting jobs and authentication meaningfully

        Patch by Marek Kasik, icons by Mike Langlie:
        * gtk/gtk.symbols:
        * gtk/gtkprintbackend.h:
        * gtk/gtkprinter.[hc]: Add new paused and accepting-jobs properties
        and getters/setters.

        * gtk/gtkstock.h:
        * gtk/gtkiconfactory.c:
        * gtk/Makefile.am:
        * gtk/stock-icons/{16,24}/gtk-print-paused.{png,svg}: New icon.

        * modules/printbackends/cups/gtkprintbackendcups.c:
        * gtk/gtkprintunixdialog.c: Handle paused and job-rejecting
        printers.

svn path=/trunk/; revision=20838

17 years agotest content sniffing capability of gio
Matthias Clasen [Tue, 15 Jul 2008 16:33:24 +0000 (16:33 +0000)]
test content sniffing capability of gio

svn path=/trunk/; revision=20837

17 years agoBug 542523 - GtkTextTag should handle setting properties to NULL
Xavier Claessens [Tue, 15 Jul 2008 15:23:43 +0000 (15:23 +0000)]
Bug 542523 - GtkTextTag should handle setting properties to NULL

2008-07-15  Xavier Claessens  <xclaesse@gmail.com>

Bug 542523 - GtkTextTag should handle setting properties to NULL

* gtk/gtktexttag.c (gtk_text_tag_set_property): Unset the color when
setting it to NULL instead of displaying a warning.

svn path=/trunk/; revision=20836

17 years ago2.13.5
Chao-Hsiung Liao [Tue, 15 Jul 2008 08:17:37 +0000 (08:17 +0000)]
2.13.5

svn path=/trunk/; revision=20835

17 years agoFix a problem with context menu sensitivity
Matthias Clasen [Tue, 15 Jul 2008 05:57:39 +0000 (05:57 +0000)]
Fix a problem with context menu sensitivity

svn path=/trunk/; revision=20834

17 years agoUnset the image when the label is set to "(None)". Reported by Neil
Matthias Clasen [Tue, 15 Jul 2008 05:29:41 +0000 (05:29 +0000)]
Unset the image when the label is set to "(None)". Reported by Neil

        * gtk/gtkfilechooserbutton.c (update_label_and_image): Unset
        the image when the label is set to "(None)". Reported by
        Neil Roberts

svn path=/trunk/; revision=20833

17 years agoAdd an "Unselect all" button
Matthias Clasen [Tue, 15 Jul 2008 05:19:23 +0000 (05:19 +0000)]
Add an "Unselect all" button

svn path=/trunk/; revision=20832

17 years agoPlug a small memory leak
Matthias Clasen [Tue, 15 Jul 2008 05:00:42 +0000 (05:00 +0000)]
Plug a small memory leak

svn path=/trunk/; revision=20831

17 years agofix markup
Matthias Clasen [Tue, 15 Jul 2008 03:05:03 +0000 (03:05 +0000)]
fix markup

svn path=/trunk/; revision=20830

17 years agoTrivial doc fix
Matthias Clasen [Tue, 15 Jul 2008 03:00:04 +0000 (03:00 +0000)]
Trivial doc fix

svn path=/trunk/; revision=20829

17 years agoImprove docs for gdk_pixbuf_new_from_file_at_scale(). Proposed by Juan
Matthias Clasen [Tue, 15 Jul 2008 02:26:16 +0000 (02:26 +0000)]
Improve docs for gdk_pixbuf_new_from_file_at_scale(). Proposed by Juan

        * gdk-pixbuf-io.c: Improve docs for gdk_pixbuf_new_from_file_at_scale().
        Proposed by Juan Manuel Palacios

svn path=/trunk/; revision=20828

17 years agoAdd -ljpeg when checking for jasper. Reported by Mike Calmus
Matthias Clasen [Tue, 15 Jul 2008 02:05:30 +0000 (02:05 +0000)]
Add -ljpeg when checking for jasper. Reported by Mike Calmus

        * configure.in: Add -ljpeg when checking for jasper.
        Reported by Mike Calmus

svn path=/trunk/; revision=20827

17 years agoAdd some missing stock icons
Matthias Clasen [Mon, 14 Jul 2008 22:37:42 +0000 (22:37 +0000)]
Add some missing stock icons

svn path=/trunk/; revision=20826

17 years agoUpdated Traditional Chinese translation(Hong Kong). Updated Traditional
Chao-Hsiung Liao [Mon, 14 Jul 2008 12:10:22 +0000 (12:10 +0000)]
Updated Traditional Chinese translation(Hong Kong). Updated Traditional

2008-07-14  Chao-Hsiung Liao  <j_h_liau@yahoo.com.tw>

        * zh_HK.po: Updated Traditional Chinese translation(Hong Kong).
        * zh_TW.po: Updated Traditional Chinese translation(Taiwan).

svn path=/trunk/; revision=20825

17 years agoUpdated Czech translation.
Petr Kovář [Sun, 13 Jul 2008 11:02:26 +0000 (11:02 +0000)]
Updated Czech translation.

svn path=/trunk/; revision=20824

17 years agoUpdated Galician Translation.
Ignacio Casal Quinteiro [Sat, 12 Jul 2008 19:40:46 +0000 (19:40 +0000)]
Updated Galician Translation.

svn path=/trunk/; revision=20823

17 years agoUpdated Galician Translation.
Ignacio Casal Quinteiro [Sat, 12 Jul 2008 19:32:02 +0000 (19:32 +0000)]
Updated Galician Translation.

svn path=/trunk/; revision=20822

17 years agoUse GIO for sniffing image types, except on Win32, where GIO doesn't do
Matthias Clasen [Sat, 12 Jul 2008 02:37:35 +0000 (02:37 +0000)]
Use GIO for sniffing image types, except on Win32, where GIO doesn't do

2008-07-11  Matthias Clasen  <mclasen@redhat.com>

        * gdk-pixbuf-io.c: Use GIO for sniffing image types, except
        on Win32, where GIO doesn't do any sniffing.

svn path=/trunk/; revision=20820

17 years agoImprove docs
Matthias Clasen [Sat, 12 Jul 2008 00:36:35 +0000 (00:36 +0000)]
Improve docs

svn path=/trunk/; revision=20819

17 years agoFix #316087.
Kristian Rietveld [Fri, 11 Jul 2008 14:17:49 +0000 (14:17 +0000)]
Fix #316087.

2008-07-11  Kristian Rietveld  <kris@gtk.org>

Bug 316087 - Resizing columns is chaotic

* gtk/gtktreeprivate.h: add new member fields.

* gtk/gtktreeview.c (gtk_tree_view_init), (validate_row): set post
validation flag,
(gtk_tree_view_size_allocate_columns): rework the size allocation
mechanism to only recalculate the expand values if the width of the
widget, content or the column configuration has changed,
(gtk_tree_view_size_allocate): move call to size_allocate_columns()
to before the adjustment updates so the proper width is used after
we updated it,
(gtk_tree_view_button_press), (gtk_tree_view_motion_resize_column):
use the column width minus the expand value for the resized width,
(gtk_tree_view_move_column_after): update call to
gtk_tree_view_size_allocate_columns().

* gtk/gtktreeviewcolumn.c (gtk_tree_view_column_set_expand): set use
resized width to FALSE.

* tests/Makefile.am:
* tests/testtreecolumnsizing.c: new interactive test program
for testing column resizing with different column configurations.

svn path=/trunk/; revision=20818

17 years agoFixed typo in comment (the name of Markus Kuhn)
Simos Xenitellis [Thu, 10 Jul 2008 23:20:30 +0000 (23:20 +0000)]
Fixed typo in comment (the name of Markus Kuhn)

svn path=/trunk/; revision=20817

17 years agoBug 334418 – Support easy input of ellipsis
Simos Xenitellis [Thu, 10 Jul 2008 23:15:00 +0000 (23:15 +0000)]
Bug 334418 – Support easy input of ellipsis

svn path=/trunk/; revision=20816

17 years agotooltip-text and tooltip-markup properties: Interpret an empty string as a
Murray Cumming [Thu, 10 Jul 2008 17:46:25 +0000 (17:46 +0000)]
tooltip-text and tooltip-markup properties: Interpret an empty string as a

2008-07-03  Murray Cumming  <murrayc@murrayc.com>

* gtk/gtkwidget.c (gtk_widget_set_property):  tooltip-text and
tooltip-markup properties: Interpret an empty string as a NULL
string because an empty tooltip is silly. This will help
language bindings that do not bother to have the two types of
empty/null strings.
Bug #541399.

svn path=/trunk/; revision=20814

17 years agofix a segfault in the a11y code
Matthias Clasen [Thu, 10 Jul 2008 16:37:53 +0000 (16:37 +0000)]
fix a segfault in the a11y code

svn path=/trunk/; revision=20813

17 years ago Bug 540967 – docs build slowly because of entities
Stefan Kost [Thu, 10 Jul 2008 03:27:56 +0000 (03:27 +0000)]
    Bug 540967 – docs build slowly because of entities
* gtk/building.sgml:
* gtk/changes-1.2.sgml:
* gtk/changes-2.0.sgml:
* gtk/compiling.sgml:
* gtk/directfb.sgml:
* gtk/glossary.xml:
* gtk/gtk-docs.sgml:
* gtk/gtk-query-immodules-2.0.xml:
* gtk/gtk-update-icon-cache.xml:
* gtk/migrating-GtkAboutDialog.sgml:
* gtk/migrating-GtkAction.sgml:
* gtk/migrating-GtkAssistant.sgml:
* gtk/migrating-GtkBuilder.sgml:
* gtk/migrating-GtkColorButton.sgml:
* gtk/migrating-GtkComboBox.sgml:
* gtk/migrating-GtkFileChooser.sgml:
* gtk/migrating-GtkIconView.sgml:
* gtk/migrating-GtkLinkButton.sgml:
* gtk/migrating-GtkRecentChooser.sgml:
* gtk/migrating-GtkTooltip.sgml:
* gtk/migrating-checklist.sgml:
* gtk/osx.sgml:
* gtk/other_software.sgml:
* gtk/question_index.sgml:
* gtk/resources.sgml:
* gtk/running.sgml:
* gtk/text_widget.sgml:
* gtk/tree_widget.sgml:
* gtk/visual_index.xml:
* gtk/windows.sgml:
* gtk/x11.sgml:
  Use xi:include to speed up doc-build. Remove some unused entities.

svn path=/trunk/; revision=20812

17 years agoSkip update of accelerator child node if it has no associated action.
Christian Neumair [Mon, 7 Jul 2008 23:17:40 +0000 (23:17 +0000)]
Skip update of accelerator child node if it has no associated action.

2008-07-08  Christian Neumair  <cneumair@gnome.org>

* gtk/gtkuimanager.c (update_node):
Skip update of accelerator child node if it has no associated action.
Fixes #541950.

svn path=/trunk/; revision=20811

17 years agoBug 541964 – [Win32] Setting modal hint to current value might confuse
Cody Russell [Mon, 7 Jul 2008 22:26:35 +0000 (22:26 +0000)]
Bug 541964 – [Win32] Setting modal hint to current value might confuse

2008-07-07  Cody Russell  <bratsche@gnome.org>

        Bug 541964 – [Win32] Setting modal hint to current value might confuse the stack

        * gdk/win32/gdkwindow-win32.c: Check if the value is the same as the
        existing modal hint value before setting it.

svn path=/trunk/; revision=20809

17 years agoBug 540994 – [Win32] Some windows don't appear at the top when created
Cody Russell [Mon, 7 Jul 2008 22:18:15 +0000 (22:18 +0000)]
Bug 540994 – [Win32] Some windows don't appear at the top when created

2008-07-07  Cody Russell  <bratsche@gnome.org>

        Bug 540994 – [Win32] Some windows don't appear at the top when created

        * gdk/win32/gdkwindow-win32.c: Raise the window when setting it modal.

        I actually already committed this one by accident, probably when I committed
        #541305, but just wanted to document it here in the ChangeLog.

svn path=/trunk/; revision=20808

17 years agoAdd a test case for 528845.
Johan Dahlin [Mon, 7 Jul 2008 12:01:58 +0000 (12:01 +0000)]
Add a test case for 528845.

2008-07-07  Johan Dahlin  <johan@gnome.org>

        * gtk/tests/builder.c (test_cell_view):
        Add a test case for 528845.

svn path=/trunk/; revision=20806

17 years agoNeed to initialise private->impl here, too.
Tor Lillqvist [Mon, 7 Jul 2008 09:28:40 +0000 (09:28 +0000)]
Need to initialise private->impl here, too.

2008-07-07  Tor Lillqvist  <tml@novell.com>

* gdk/win32/gdkwindow-win32.c
(gdk_window_foreign_new_for_display): Need to initialise
private->impl here, too.

svn path=/trunk/; revision=20805

17 years agoinclude the two needed headers instead of <gtk/gtk.h>.
Michael Natterer [Mon, 7 Jul 2008 09:05:02 +0000 (09:05 +0000)]
include the two needed headers instead of <gtk/gtk.h>.

2008-07-07  Michael Natterer  <mitch@imendio.com>

* gtk/gtkfilesystem.c: include the two needed headers instead of
<gtk/gtk.h>.

svn path=/trunk/; revision=20804

17 years agoTiny doc fix
Matthias Clasen [Mon, 7 Jul 2008 03:32:58 +0000 (03:32 +0000)]
Tiny doc fix

svn path=/trunk/; revision=20803

17 years agoDon't blindly chain up in the buildable implementation. Reported by Kevin
Matthias Clasen [Mon, 7 Jul 2008 02:45:51 +0000 (02:45 +0000)]
Don't blindly chain up in the buildable implementation. Reported by Kevin

        * gtk/gtkcellview.c: Don't blindly chain up in the buildable
        implementation.  Reported by Kevin Ryde.

svn path=/trunk/; revision=20802

17 years agoupdated hebrew translation
Yair Hershkovitz [Mon, 7 Jul 2008 01:29:29 +0000 (01:29 +0000)]
updated hebrew translation

svn path=/trunk/; revision=20801

17 years agoAdd a note that cairo contexts cannot be cached for handling expose
Matthias Clasen [Mon, 7 Jul 2008 00:28:37 +0000 (00:28 +0000)]
Add a note that cairo contexts cannot be cached for handling expose

        * gdk/gdkcairo.c (gdk_cairo_create): Add a note that cairo
        contexts cannot be cached for handling expose events.
        Proposed by Behdad Esfahbod.

svn path=/trunk/; revision=20800

17 years agoDoc improvement
Matthias Clasen [Mon, 7 Jul 2008 00:08:00 +0000 (00:08 +0000)]
Doc improvement

svn path=/trunk/; revision=20799

17 years agoClarify the docs. Pointed out by Wolfgang Oertl
Matthias Clasen [Sun, 6 Jul 2008 23:58:37 +0000 (23:58 +0000)]
Clarify the docs. Pointed out by Wolfgang Oertl

        * gtk/gtkwidget.c (gtk_widget_get_composite_name): Clarify the
        docs. Pointed out by Wolfgang Oertl

svn path=/trunk/; revision=20798

17 years agoFix a typo
Matthias Clasen [Sun, 6 Jul 2008 23:51:56 +0000 (23:51 +0000)]
Fix a typo

svn path=/trunk/; revision=20797

17 years agoAdd docs
Matthias Clasen [Sun, 6 Jul 2008 23:43:15 +0000 (23:43 +0000)]
Add docs

svn path=/trunk/; revision=20796

17 years agoMention bind_textdomain_codeset in faq
Matthias Clasen [Sun, 6 Jul 2008 23:38:41 +0000 (23:38 +0000)]
Mention bind_textdomain_codeset in faq

svn path=/trunk/; revision=20795

17 years agoFix broken links
Matthias Clasen [Sun, 6 Jul 2008 23:32:10 +0000 (23:32 +0000)]
Fix broken links

svn path=/trunk/; revision=20794

17 years agoRevert some accidentally committed changes.
Paul Pogonyshev [Sun, 6 Jul 2008 22:26:56 +0000 (22:26 +0000)]
Revert some accidentally committed changes.

svn path=/trunk/; revision=20793

17 years agoRemove erroneously added g_return_if_fail (bug #541811).
Christian Dywan [Sun, 6 Jul 2008 22:24:24 +0000 (22:24 +0000)]
Remove erroneously added g_return_if_fail (bug #541811).

2008-07-07  Christian Dywan  <christian@imendio.com>

* gtk/gtkcontainer.c (gtk_container_add_with_properties): Remove
erroneously added g_return_if_fail (bug #541811).

svn path=/trunk/; revision=20792

17 years agoFix up highlighting
Matthias Clasen [Sun, 6 Jul 2008 07:24:02 +0000 (07:24 +0000)]
Fix up highlighting

svn path=/trunk/; revision=20791

17 years agoBug 327582 – Incomplete docs for GtkSettings::gtk-icon-sizes
Matthias Clasen [Sun, 6 Jul 2008 06:28:47 +0000 (06:28 +0000)]
Bug 327582 – Incomplete docs for GtkSettings::gtk-icon-sizes

2008-07-06  Matthias Clasen  <mclasen@redhat.com>

        Bug 327582 – Incomplete docs for GtkSettings::gtk-icon-sizes

        * gtk/gtksettings.c: Improve the documentation of the
        gtk-icon-sizes setting. Proposed by Tommi Komulainen.

svn path=/trunk/; revision=20790

17 years agoBug 539248 – gtk_calender_query_tooltip calls ->detail_func with invalid
Matthias Clasen [Sun, 6 Jul 2008 06:08:48 +0000 (06:08 +0000)]
Bug 539248 – gtk_calender_query_tooltip calls ->detail_func with invalid

2008-07-06  Matthias Clasen  <mclasen@redhat.com>

        Bug 539248 – gtk_calender_query_tooltip calls ->detail_func with
        invalid dates

        * gtk/gtkcalendar.c (gtk_calendar_query_tooltip):
        Check that the cursor is over a valid date before retrieving
        its details.  Patch by Chris Wilson

svn path=/trunk/; revision=20789

17 years agoBug 493008 – gdk_screen_get_window_stack is not 64-bit-compatible
Matthias Clasen [Sun, 6 Jul 2008 06:05:02 +0000 (06:05 +0000)]
Bug 493008 – gdk_screen_get_window_stack is not 64-bit-compatible

2008-07-06  Matthias Clasen  <mclasen@redhat.com>

        Bug 493008 – gdk_screen_get_window_stack is not 64-bit-compatible

        * gdk/x11/gdkscreen-x11.c (gdk_screen_get_window_stack): Fix
        64-bit brokenness. Reported by Christian Hammond.

svn path=/trunk/; revision=20788

17 years agoBug 541645 – gtkfilechooserdefault segfaults when bookmark does not
Matthias Clasen [Sun, 6 Jul 2008 05:34:03 +0000 (05:34 +0000)]
Bug 541645 – gtkfilechooserdefault segfaults when bookmark does not

2008-07-06  Matthias Clasen  <mclasen@redhat.com>

        Bug 541645 – gtkfilechooserdefault segfaults when bookmark does not
        contain ://

        * gtk/gtkfilechooserdefault.c (_gtk_file_chooser_label_for_file):
        Be more robust. Reported by  Jelte van der Hoek

svn path=/trunk/; revision=20787

17 years agoDeprecate gtk_box_pack_{start,end}_defaults
Matthias Clasen [Sun, 6 Jul 2008 04:46:36 +0000 (04:46 +0000)]
Deprecate gtk_box_pack_{start,end}_defaults

svn path=/trunk/; revision=20786

17 years ago2.13.5
Matthias Clasen [Sat, 5 Jul 2008 20:34:08 +0000 (20:34 +0000)]
2.13.5

svn path=/trunk/; revision=20785

17 years ago2.13.4
Matthias Clasen [Sat, 5 Jul 2008 20:30:16 +0000 (20:30 +0000)]
2.13.4

svn path=/trunk/; revision=20783

17 years agoUpdates
Matthias Clasen [Sat, 5 Jul 2008 18:29:53 +0000 (18:29 +0000)]
Updates

svn path=/trunk/; revision=20782

17 years agoForgotten file
Matthias Clasen [Sat, 5 Jul 2008 18:29:09 +0000 (18:29 +0000)]
Forgotten file

svn path=/trunk/; revision=20781

17 years agomove gtk_draw_insertion_cursor() out of the deprecated section because it
Michael Natterer [Sat, 5 Jul 2008 16:36:59 +0000 (16:36 +0000)]
move gtk_draw_insertion_cursor() out of the deprecated section because it

2008-07-05  Michael Natterer  <mitch@imendio.com>

* gtk/gtk.symbols: move gtk_draw_insertion_cursor() out of the
deprecated section because it isn't deprecated.

svn path=/trunk/; revision=20780

17 years agoremove #if HAVE_CONFIG_H and clean up other include weirdness in this
Michael Natterer [Sat, 5 Jul 2008 16:03:49 +0000 (16:03 +0000)]
remove #if HAVE_CONFIG_H and clean up other include weirdness in this

2008-07-05  Michael Natterer  <mitch@imendio.com>

* gtk/gtkprogressbar.c: remove #if HAVE_CONFIG_H and clean up
other include weirdness in this file.

svn path=/trunk/; revision=20779

17 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Sat, 5 Jul 2008 14:57:12 +0000 (14:57 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=20778

17 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Sat, 5 Jul 2008 11:33:32 +0000 (11:33 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=20776

17 years agoUpdated Spanish translation
Jorge Gonzalez Gonzalez [Sat, 5 Jul 2008 11:32:37 +0000 (11:32 +0000)]
Updated Spanish translation

svn path=/trunk/; revision=20775

17 years agoUpdates
Matthias Clasen [Sat, 5 Jul 2008 04:51:16 +0000 (04:51 +0000)]
Updates

svn path=/trunk/; revision=20773

17 years agoDoc updates
Matthias Clasen [Fri, 4 Jul 2008 22:03:37 +0000 (22:03 +0000)]
Doc updates

svn path=/trunk/; revision=20772

17 years agoSmall doc fixes
Matthias Clasen [Fri, 4 Jul 2008 21:55:21 +0000 (21:55 +0000)]
Small doc fixes

svn path=/trunk/; revision=20771

17 years agoSome GDK doc additions
Matthias Clasen [Fri, 4 Jul 2008 21:52:54 +0000 (21:52 +0000)]
Some GDK doc additions

svn path=/trunk/; revision=20770

17 years agoMore property deborkage
Matthias Clasen [Fri, 4 Jul 2008 21:20:25 +0000 (21:20 +0000)]
More property deborkage

svn path=/trunk/; revision=20769

17 years agoFix the getter for text-length
Matthias Clasen [Fri, 4 Jul 2008 21:04:10 +0000 (21:04 +0000)]
Fix the getter for text-length

svn path=/trunk/; revision=20768

17 years agoFix default value
Matthias Clasen [Fri, 4 Jul 2008 20:46:45 +0000 (20:46 +0000)]
Fix default value

svn path=/trunk/; revision=20767

17 years agoMore debork
Matthias Clasen [Fri, 4 Jul 2008 20:09:57 +0000 (20:09 +0000)]
More debork

svn path=/trunk/; revision=20766

17 years agoDebork
Matthias Clasen [Fri, 4 Jul 2008 20:01:50 +0000 (20:01 +0000)]
Debork

svn path=/trunk/; revision=20765

17 years agoForgot gtktipsquery.c
Michael Natterer [Fri, 4 Jul 2008 19:23:47 +0000 (19:23 +0000)]
Forgot gtktipsquery.c

svn path=/trunk/; revision=20764

17 years agoFix make check:
Michael Natterer [Fri, 4 Jul 2008 18:38:36 +0000 (18:38 +0000)]
Fix make check:

2008-07-04  Michael Natterer  <mitch@imendio.com>

Fix make check:

* gtk/Makefile.am: remove GTK_DISABLE_DEPRECATED from INCLUDES
again :-(

* gtk/gtkclist.c
* gtk/gtkcombo.c
* gtk/gtkctree.c
* gtk/gtklist.c
* gtk/gtklistitem.c
* gtk/gtknotebook.c
* gtk/gtkobject.c
* gtk/gtkoldeditable.c
* gtk/gtkpixmap.c
* gtk/gtktext.c
* gtk/gtktree.c
* gtk/gtktreeitem.c: don't #define it again before including
gtkalias.h after it has been #undef'ed before.

svn path=/trunk/; revision=20763

17 years agoset need_im_reset to FALSE instead of 0.
Michael Natterer [Fri, 4 Jul 2008 16:41:13 +0000 (16:41 +0000)]
set need_im_reset to FALSE instead of 0.

2008-07-04  Michael Natterer  <mitch@imendio.com>

* gtk/gtkentry.c (_gtk_entry_reset_im_context): set need_im_reset
to FALSE instead of 0.

svn path=/trunk/; revision=20762

17 years agoAllocate with GSlice:
Michael Natterer [Fri, 4 Jul 2008 14:27:40 +0000 (14:27 +0000)]
Allocate with GSlice:

2008-07-04  Michael Natterer  <mitch@imendio.com>

Allocate with GSlice:

* gtk/gtkassistant.c: GtkAssistantPage
* gtk/gtkcellview.c: GtkCellViewCellInfo
* gtk/gtkentry.c: GtkEntryPasswordHint, PopupInfo
* gtk/gtkfilefilter.c: FilterRule
* gtk/gtknotebook.c: GtkNotebookPage

svn path=/trunk/; revision=20761

17 years agoallocate ComboCellInfo with GSlice.
Michael Natterer [Fri, 4 Jul 2008 10:52:52 +0000 (10:52 +0000)]
allocate ComboCellInfo with GSlice.

2008-07-04  Michael Natterer  <mitch@imendio.com>

* gtk/gtkcombobox.c: allocate ComboCellInfo with GSlice.

svn path=/trunk/; revision=20760

17 years agochange "error_dialog" variable to GtkWidget fo fix two warnings.
Michael Natterer [Fri, 4 Jul 2008 10:46:19 +0000 (10:46 +0000)]
change "error_dialog" variable to GtkWidget fo fix two warnings.

2008-07-04  Michael Natterer  <mitch@imendio.com>

* gtk/gtkprintoperation.c (print_pages): change "error_dialog"
variable to GtkWidget fo fix two warnings.

svn path=/trunk/; revision=20759

17 years agoUpdated Thai translation.
Theppitak Karoonboonyanan [Fri, 4 Jul 2008 09:55:17 +0000 (09:55 +0000)]
Updated Thai translation.

2008-07-04  Theppitak Karoonboonyanan  <thep@linux.thai.net>

* th.po: Updated Thai translation.

svn path=/trunk/; revision=20758

17 years agoBug 539944 – Add GtkScaleButton API so struct fields can be marked as
Michael Natterer [Fri, 4 Jul 2008 09:02:20 +0000 (09:02 +0000)]
Bug 539944 – Add GtkScaleButton API so struct fields can be marked as

2008-07-04  Michael Natterer  <mitch@imendio.com>

Bug 539944 – Add GtkScaleButton API so struct fields can be marked
as private

* gtk/gtk.symbols
* gtk/gtkscalebutton.[ch]: add gtk_scale_button_get_plus_button()
and _get_minus_button(). Patch by Christian Dywan.

svn path=/trunk/; revision=20757

17 years agoFix make check
Matthias Clasen [Fri, 4 Jul 2008 05:05:45 +0000 (05:05 +0000)]
Fix make check

svn path=/trunk/; revision=20756

17 years agoFix make check
Matthias Clasen [Fri, 4 Jul 2008 04:02:35 +0000 (04:02 +0000)]
Fix make check

svn path=/trunk/; revision=20755

17 years agoFall back to the default positioning when the menuitem is not realized.
Matthias Clasen [Thu, 3 Jul 2008 23:33:08 +0000 (23:33 +0000)]
Fall back to the default positioning when the menuitem is not realized.

        * gtk/gtkmenuitem.c: Fall back to the default positioning when
        the menuitem is not realized. Patch by Björn Lindqvist.

svn path=/trunk/; revision=20754

17 years agoFix a memory leak. Patch by Christian Persch.
Matthias Clasen [Thu, 3 Jul 2008 22:46:00 +0000 (22:46 +0000)]
Fix a memory leak. Patch by Christian Persch.

        * gtk/gtkfilesystem.c (get_volumes_list): Fix a memory leak.
        Patch by Christian Persch.

svn path=/trunk/; revision=20752

17 years agoDon't select the first row if the folder is empty. Patch by Olle
Matthias Clasen [Thu, 3 Jul 2008 22:40:33 +0000 (22:40 +0000)]
Don't select the first row if the folder is empty. Patch by Olle

        * gtk/gtkfilechooserdefault.c (browse_files_select_first_row): Don't
        select the first row if the folder is empty.
        Patch by Olle Bergkvist.

svn path=/trunk/; revision=20751

17 years agoBug 540861 - invalid UTF-8 in input device name
Tor Lillqvist [Thu, 3 Jul 2008 22:11:38 +0000 (22:11 +0000)]
Bug 540861 - invalid UTF-8 in input device name

2008-07-04  Tor Lillqvist  <tml@novell.com>

Bug 540861 - invalid UTF-8 in input device name

* gdk/win32/gdkinput-win32.c: Fetch the device and cursor names in
Unicode, and convert to UTF-8 for the GdkDevice's name field.

svn path=/trunk/; revision=20750

17 years agoSet properties in the order in which they are specified in the xml file.
Matthias Clasen [Thu, 3 Jul 2008 18:09:04 +0000 (18:09 +0000)]
Set properties in the order in which they are specified in the xml file.

        * gtk/gtkbuilderparser.c (parse_custom): Set properties in the order
        in which they are specified in the xml file.

svn path=/trunk/; revision=20749

17 years agoAdd gtk_scale_button_get_popup
Matthias Clasen [Thu, 3 Jul 2008 18:03:13 +0000 (18:03 +0000)]
Add gtk_scale_button_get_popup

svn path=/trunk/; revision=20748